Skip to content

zend: find_frameless_function_offset() walking past the handler array… - #23516

Open
devnexen wants to merge 1 commit into
php:masterfrom
devnexen:find_frameless_chg
Open

zend: find_frameless_function_offset() walking past the handler array…#23516
devnexen wants to merge 1 commit into
php:masterfrom
devnexen:find_frameless_chg

Conversation

@devnexen

Copy link
Copy Markdown
Member

…'s end.

The loop tested the cursor pointer, not the slot, so it never stopped on the NULL terminator. It now counts off zend_flf_count, and the caller advances instead of spinning on continue.

…'s end.

The loop tested the cursor pointer, not the slot, so it never stopped on the
NULL terminator. It now counts off zend_flf_count, and the caller advances
instead of spinning on continue.
@devnexen
devnexen marked this pull request as ready for review August 30, 2026 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant